Set System Timezone
2013/05/28 |
The example for setting time-zone of your system.
|
|
[1] | This example shows to change to the Japan. Replace it to your own timezone. |
# copy your timezone file under the "/usr/share/zoneinfo" like follows root@dlp:~# cp -p /usr/share/zoneinfo/Asia/Tokyo /etc/localtime cp: overwrite `/etc/localtime'? y
root@dlp:~#
vi /etc/timezone # change to your own zone Asia/Tokyo
|